.footer div,.footer p{
	color: #4D647A;
}
.footer{
	width: 100%;
	height: 431px;
	position: relative;
	background-color: #2A3B53;
}
.footCont{
	width: 1025px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.footLeft{
	margin-top: 94px;
}
.project{
	margin: 10px 0 22px 0;
}
.addressOne{
	margin: 10px 0;
	display: flex;
	align-items: center;
}
.addressTwo{
	display: flex;
	align-items: center;
}
.city{
	width:84px;
	height:25px;
	border: 1px solid #4D647A;
	border-radius:4px;
	font-size:18px;
	font-family:SourceHanSansCN;
	font-weight:400;
	text-align: center;
	margin-right: 7px;
}
.footMidd{
	display: flex;
	align-items: center;
	margin-top: 94px;
}
.footMidd>div{
	text-align: center;
}
.divgame{
	margin: 0 75px;
}
.divh5>div,.divgame>div,.divoperation>div{
	font-size:18px;
	font-family:Source Han Sans CN;
	font-weight:bold;
	color:rgba(77,100,122,1);
	margin-bottom: 40px;
}
.divh5 p,.divgame p,.divoperation p{
	font-size:14px;
	font-family:Source Han Sans CN;
	font-weight:bold;
	color:rgba(77,100,122,1);
	margin-bottom: 25px;
}
.footRig{
	margin-top: 40px;
}
.allCode{
	display: flex;
	justify-content: flex-end;
}
.wxCode>div,.caseCode>div{
	font-size:14px;
	font-family:Source Han Sans CN;
	font-weight:bold;
	color:rgba(77,100,122,1);
}
.wxCode{
	margin: 0 28px 6px 0;
}
.wxCode>img,.caseCode>img{
	width: 76px;
	height: 76px;
}
.scan{
	text-align: right;
}
.scan .consult{
	margin: 16px 0 14px 0;
}
.phone{
	font-size:30px;
	font-family:DINPro;
	font-weight:400;
	color:rgba(77,100,122,1);
}
.footBot{
	width: 100%;
	height: 80px;
	line-height: 80px;
	text-align: center;
	background-color: #2E4059;
	position: absolute;
	left: 0;
	bottom: 0;
	letter-spacing:3px;
	font-size:16px;
	font-family:Microsoft YaHei;
	font-weight:400;
}